home *** CD-ROM | disk | FTP | other *** search
/ Learn to Speak Spanish 7 / LSSP_7.ISO / pc / lssp / games / shared.dir / 00631_CHECK UNPRESSED 02.rmp.ls < prev    next >
Encoding:
Text File  |  1998-11-16  |  146 b   |  10 lines

  1. on mouseDown
  2.   global xword
  3.   if not ButtonPressed(5, EMPTY, EMPTY) then
  4.     return 
  5.   end if
  6.   if xword <> 0 then
  7.     xword(mCheck)
  8.   end if
  9. end
  10.